runtime.suspendGState.g (field)
9 uses
runtime (current package)
preempt.go#L62: g *g
preempt.go#L190: return suspendGState{g: gp, stopped: stopped}
preempt.go#L264: gp := state.g
trace.go#L391: ug.goid = s.g.goid
trace.go#L392: if s.g.m != nil {
trace.go#L393: ug.mid = int64(s.g.m.procid)
trace.go#L395: ug.status = readgstatus(s.g) &^ _Gscan
trace.go#L396: ug.waitreason = s.g.waitreason
trace.go#L397: ug.inMarkAssist = s.g.inMarkAssist
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |